about summary refs log tree commit diff
path: root/pkgs/os-specific/gnu
AgeCommit message (Collapse)AuthorFilesLines
2015-06-01samba: Revert style changes and get rid of some dependenciesEelco Dolstra1-2/+1
Packages like glusterfs are now optional dependencies. A bunch of dependencies like subunit are gone: as far as I can tell, these are only used by Samba's test suite, which we're not even running, so they're pointless. Fixes #8067.
2014-07-28gnu: Fix (evaluation of the) call to forceSystem.Petr Rockai1-1/+1
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk6-6/+6
2012-12-28More renamesEelco Dolstra1-4/+4
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra4-4/+4
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-12-28Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2-3/+3
This is for consistency with terminology in stdenv (and the terms "hostDrv" and "buildDrv" are not very intuitive, even if they're consistent with GNU terminology).
2012-04-18GNU Hurd: Use `preConfigure' to `autoreconf' only.Ludovic Courtès1-3/+5
svn path=/nixpkgs/trunk/; revision=33835
2012-04-18GNU Hurd: Restructure for easier overriding, and easier avoided rebuilds.Ludovic Courtès1-5/+15
svn path=/nixpkgs/trunk/; revision=33834
2012-04-06GNU: Use `callPackage'.Ludovic Courtès1-3/+5
svn path=/nixpkgs/trunk/; revision=33649
2012-04-04GNU: Fix stale references.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=33595
2012-04-04GNU: Avoid `__overrides' altogether, by using a non-recursive attrset.Ludovic Courtès1-88/+94
Thanks to Eelco for the suggestion. svn path=/nixpkgs/trunk/; revision=33587
2012-04-04GNU: Use `overrides' instead of `__overrides' for the argument itself.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=33585
2012-04-04GNU: Add an `__overrides' parameter.Ludovic Courtès1-1/+5
svn path=/nixpkgs/trunk/; revision=33584
2012-03-15GNU MIG: Add a `raw' version, without `forceSystem'.Ludovic Courtès1-0/+5
svn path=/nixpkgs/trunk/; revision=33124
2012-03-15GNU MIG: When cross-compiling, patch shebang correctly.Ludovic Courtès1-1/+9
svn path=/nixpkgs/trunk/; revision=33123
2012-03-15unionfs: Mark MIG as a native build input.Ludovic Courtès1-1/+2
svn path=/nixpkgs/trunk/; revision=33122
2012-03-15GNU MIG: Use `forceSystem' instead of the custom hack.Ludovic Courtès1-15/+6
svn path=/nixpkgs/trunk/; revision=33121
2012-03-15GNU MIG: Make it clear that the inputs are native.Ludovic Courtès1-1/+1
svn path=/nixpkgs/trunk/; revision=33120
2012-03-15GNU: SMBFS: Update.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=33118
2012-03-13GNU: Add unionfs.Ludovic Courtès2-0/+46
svn path=/nixpkgs/trunk/; revision=33054
2012-03-10GNU: SMBFS: Update.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=32968
2012-03-07GNU Mach: Update.Ludovic Courtès1-3/+3
svn path=/nixpkgs/trunk/; revision=32861
2012-03-01SMBFS: Disable byte-range locking in Samba's TDB.Ludovic Courtès2-1/+18
svn path=/nixpkgs/trunk/; revision=32732
2012-02-23Add SMBFS for GNU/Hurd.Ludovic Courtès2-1/+47
svn path=/nixpkgs/trunk/; revision=32499
2011-11-19GNU Hurd: Update.Ludovic Courtès1-3/+3
svn path=/nixpkgs/trunk/; revision=30478
2011-11-01Move GNU/Hurd package attributes under `os-specific/gnu/default.nix'.Ludovic Courtès1-0/+89
svn path=/nixpkgs/trunk/; revision=30173
2011-11-01glibc/hurd: Update to latest Git; add dependency on pthread headers.Ludovic Courtès1-6/+22
svn path=/nixpkgs/trunk/; revision=30172
2011-06-18GNU MIG: Add the `noyywrap' option for Flex.Ludovic Courtès2-2/+14
svn path=/nixpkgs/trunk/; revision=27494
2011-06-11GNU Hurd: Update.Ludovic Courtès1-4/+6
svn path=/nixpkgs/trunk/; revision=27423
2010-12-12GNU Hurd: Add dependency on Parted.Ludovic Courtès1-1/+6
svn path=/nixpkgs/branches/stdenv-updates/; revision=25089
2010-07-15GCC 4.5: Fix libpthread-related `LIB_SPEC' on GNU.Ludovic Courtès1-1/+3
svn path=/nixpkgs/trunk/; revision=22610
2010-06-15Cross-GNU: Fix Git revision names.Ludovic Courtès4-9/+11
svn path=/nixpkgs/trunk/; revision=22278
2010-05-26GNU Mach: Fix full build.Ludovic Courtès1-1/+6
svn path=/nixpkgs/trunk/; revision=21994
2010-05-26GNU Mach: Add full build.Ludovic Courtès1-2/+3
svn path=/nixpkgs/trunk/; revision=21986
2010-05-20GNU Hurd: Don't try to install files as `root'.Ludovic Courtès1-0/+8
svn path=/nixpkgs/trunk/; revision=21915
2010-05-19GNU Hurd: Add libpthread.Ludovic Courtès1-0/+65
svn path=/nixpkgs/trunk/; revision=21900
2010-05-19GNU Hurd: Allow partial builds.Ludovic Courtès1-7/+28
svn path=/nixpkgs/trunk/; revision=21899
2010-05-19GNU Mach, GNU Hurd: Add `-headers' in the name when asking for headers only.Ludovic Courtès2-2/+2
svn path=/nixpkgs/trunk/; revision=21898
2010-05-19GNU Hurd: Use the date as the version number.Ludovic Courtès1-3/+8
svn path=/nixpkgs/trunk/; revision=21897
2010-05-19GNU Mach: Use the date as the version number.Ludovic Courtès1-3/+5
svn path=/nixpkgs/trunk/; revision=21896
2010-05-19GNU MIG: Move to `os-specific/gnu'.Ludovic Courtès1-0/+44
svn path=/nixpkgs/trunk/; revision=21894
2010-05-12Add GNU Hurd (headers).Ludovic Courtès1-0/+44
svn path=/nixpkgs/trunk/; revision=21751
2010-05-12Add GNU Mach (headers).Ludovic Courtès1-0/+49
svn path=/nixpkgs/trunk/; revision=21749