summary refs log tree commit diff
path: root/pkgs/development/libraries/attr
Commit message (Collapse)AuthorAge
* development: /s/name/pname&version/Felix Buehler2021-07-02
|
* attr: only supported on LinuxAlyssa Ross2021-06-12
| | | | | attr makes direct syscalls, so I don't think it's going to work on any other platforms any time soon outside of a Linux translation layer.
* attr: explain blocker for macOS supportmidchildan2021-04-20
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: add warning comment to “boot” packagesMatthew Bauer2020-07-31
| | | | | | | | | | | | | | | This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom).
* attr: inline syscall patchMatthew Bauer2020-07-31
| | | | | | | | | | | | | | | | | | Unfortunately the output of git.savannah.nongnu.org changes with each gitweb update. This means that the current has “0gja54fz79a9ma6b4mprnjxq77l5yg2z9xknlwhmkcrfnam02qxp” is no longer correct: $ nix-prefetch-url https://git.savannah.nongnu.org/cgit/attr.git/patch/\?id=14adc898a36948267bfe5c63b399996879e94c98 1g8sky52rjg9fpmrddza1af89s9qd4bzsbxqb7mc5bv8gyh10s1k Normally, we use fetchpatch to strip this out, but unfortunately attr cannot use fetchpatch due to being used in bootstrapping fetchurl. That is, it can’t use a custom postFetch since <nix/fetchurl.nix> doesn’t support that. To solve this problem, just inline the patch for now.
* attr: fix issues with 2.4.48Tor Hedin Brønner2019-01-15
| | | | Add upstream patch to fix issues with fakechroot.
* attr: 2.4.47 -> 2.4.48Vaibhav Sagar2018-12-14
|
* Treewide: use HTTPS on NonGNU domainsc0bw3b2018-12-02
|
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* attr: Remove /bin/sh dependency.Shea Levy2018-03-20
|
* Merge staging and PR #35021Vladimír Čunát2018-02-16
|\ | | | | | | | | It's the last staging commit (mostly) built on Hydra, and a minimal fix for Darwin regression in pysqlite.
| * changes some targetPlatform to hostPlatform checksWill Dietz2018-02-13
| |
| * attr: patch to fix headers w/muslWill Dietz2018-02-13
| |
* | attr: cleanup style and metaNikolay Amiantov2018-02-15
|/
* treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen2017-08-11
| | | | | Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\
| * attr: Add platformsTuomas Tynkkynen2016-02-03
| |
| * Revert "qemu: 2.2.2 -> 2.3.0"Eelco Dolstra2015-06-04
| | | | | | | | This reverts commit 19c259161b987fcb5e1c3b7a87c746372ce017ee.
| * qemu: 2.2.2 -> 2.3.0William A. Kennington III2015-05-20
| |
* | mutiout: make it builtinVladimír Čunát2014-08-30
| |
* | WIP2Vladimír Čunát2014-08-26
| |
* | Merge 'staging' into multiple-outputsVladimír Čunát2014-08-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/audio/flac/default.nix pkgs/build-support/gcc-wrapper/builder.sh pkgs/development/libraries/apr-util/default.nix pkgs/development/libraries/apr/default.nix pkgs/development/libraries/atk/default.nix pkgs/development/libraries/freetype/default.nix pkgs/development/libraries/gdk-pixbuf/default.nix pkgs/development/libraries/glib/default.nix pkgs/development/libraries/glibc/2.17/builder.sh pkgs/development/libraries/glibc/2.17/locales.nix pkgs/development/libraries/libjpeg/default.nix pkgs/development/libraries/libogg/default.nix pkgs/development/libraries/libsamplerate/default.nix pkgs/development/libraries/libtiff/default.nix pkgs/development/libraries/libvorbis/default.nix pkgs/development/libraries/mesa/default.nix pkgs/development/libraries/pango/default.nix pkgs/development/web/nodejs/default.nix pkgs/os-specific/linux/pam/default.nix pkgs/os-specific/linux/systemd/default.nix pkgs/stdenv/generic/setup.sh pkgs/stdenv/linux/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/release-small.nix
| * attr: minor update 2.4.46 -> 2.4.47Vladimír Čunát2013-06-30
| |
* | Merge remote-tracking branch 'origin/master' into multiple-outputsEelco Dolstra2013-06-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/acl/default.nix pkgs/development/libraries/atk/2.6.x.nix pkgs/development/libraries/attr/default.nix pkgs/development/libraries/cairo/default.nix pkgs/development/libraries/freetype/default.nix pkgs/development/libraries/glib/2.34.x.nix pkgs/development/libraries/gtk+/2.24.x.nix pkgs/development/libraries/libtiff/default.nix pkgs/development/libraries/openssl/default.nix pkgs/development/libraries/pango/1.30.x.nix pkgs/misc/cups/default.nix pkgs/os-specific/linux/util-linux/default.nix pkgs/servers/x11/xorg/builder.sh pkgs/servers/x11/xorg/default.nix pkgs/top-level/all-packages.nix
| * Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | | | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* | Split some more packagesEelco Dolstra2012-08-24
|/
* * Updated attr and acl.Eelco Dolstra2011-12-14
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=30892
* attr: Remove unnecessary dependency on Libtool.Ludovic Courtès2010-10-07
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24163
* Upgrade attr, moved to savannahYury G. Kudryashov2010-05-03
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=21579
* Trying to get coreutils cross-built with uclibc.Lluís Batlle i Rossell2010-03-09
| | | | | | | | This involved fixing some buildInputs/buildNativeInputs in acl/attr, and adding a libiconv in some places. svn path=/nixpkgs/branches/stdenv-updates/; revision=20510
* * acl, attr: updated, and use libtool 2.Eelco Dolstra2009-03-30
| | | | | | * Removed libtoolOld. svn path=/nixpkgs/branches/stdenv-updates/; revision=14792
* ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_2.4.41-1.tar.gz no longerPeter Simons2009-02-06
| | | | | | | exists. There is a newer version on the server, but it cannot be downloaded, apparently because of misconfigured permissions. svn path=/nixpkgs/trunk/; revision=13995
* * Obsolete.Eelco Dolstra2008-05-19
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11847
* * Updated attr and acl.Eelco Dolstra2008-05-19
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11846
* Added acl package and fixed attr package.Michael Raskin2007-12-23
| | | | svn path=/nixpkgs/trunk/; revision=9963
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* add "attr" tool. Includes some butchering of their supplied Makefile and ↵Armijn Hemel2006-08-13
aclocal.m4 to prevent all kinds of hardcoded paths...argh... svn path=/nixpkgs/trunk/; revision=6113