about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* pulseaudio: Add separate runtime libtool dep for dynamic linkingJohn Ericson2017-09-21
|
* gnome-vfs: Recategorize dependenciesJohn Ericson2017-09-21
|
* gvfs: Recategorize dependendenciesJohn Ericson2017-09-21
|
* mesa: Recategorize dependenciesJohn Ericson2017-09-21
|
* polkit: Recategorize some dependenciesJohn Ericson2017-09-21
|
* systemd: Use some nativeBuildInputsJohn Ericson2017-09-21
| | | | I erred on the side of caution when changing these.
* faust: Fix nativeBuildInputs indentJohn Ericson2017-09-21
|
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|
* cross stdenv: No more native-fishing hack.John Ericson2017-09-21
| | | | | The comment says it was put there for pkgconfig, but now pkgconfig has been dealt with.
* misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sedJohn Ericson2017-09-21
| | | | | Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed.
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputsJohn Ericson2017-09-21
|
* treewide: Manually fix miscategorized `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | These are the ones with odd indentation my script will mess up on.
* synfig: Make pkg-config, autoreconfHook, and gettext nativeBuildInputsJohn Ericson2017-09-21
|
* all-packages: Remove gccCrossStageFinal; any gcc will not workJohn Ericson2017-09-21
|
* wrapCC: Alias now does the right thing for crossJohn Ericson2017-09-21
| | | | | | Unfortunately this makes previously-barely-working overrides have infinite recursion, so I had to reinstantiate gcc for gccCrossStageFinal instead.
* gcc: Change default of `crossStageStatic` param to falseJohn Ericson2017-09-21
| | | | | | This gets us one step closer to removing `gccCrossStageFinal`. Care is taken to avoid a mass rebuild; will clean up with one later.
* stdenv cross adapater: Remove old `extraBuildInputs`John Ericson2017-09-21
| | | | | They, unlike their native counterparts, run on the wrong platform and are therefore invalid.
* stdenv cross adaptor: Add optional `overrides` parameterJohn Ericson2017-09-21
| | | | | | By default, all previous overrides are discarded as before, as they would only apply to the old host platform. But sometimes it is useful to add some new ones, and this optional parameter allows that.
* stdenv: Update autotools scripts on all Aarch64, not just LinuxJohn Ericson2017-09-21
| | | | | | | This is needed when cross-compiling for iOS (Aarch64 + Darwin). I also changed the syntax of the Linux stdenv for visual consistency, though that has no effect on semantics as the os is already guaranteed to be Linux.
* glibc: Grab the right linux headers when build != hostJohn Ericson2017-09-20
| | | | | | | | | | | | | | In #28519 / 791ce593ce065cf074edf1509ff52ebc69136d9e I made linux headers be intended to be used from the stage stage, as it would be if it were a library containing headers and code. I forgot to update glibc, however, so it was incorrectly using headers for the build platform, not host platform. This fixes that, basically reverting a small portion of changes I made a few months ago in 25edc476fd9fe1bd8bedf571d218ba4f27fb5a27 and its parent. No native hashes are changed.
* Merge pull request #29584 from obsidiansystems/no-wrapCCCrossJohn Ericson2017-09-20
|\ | | | | top-level: Remove useless abstractions
| * all-packages: get rid of wrapCCCrossJohn Ericson2017-09-20
| | | | | | | | It's unneeded
| * all-packages: Remove `forcedNativePackages`; we no longer need itJohn Ericson2017-09-20
| | | | | | | | | | Its kept around in the Hurd package set, but all that code is presumably broken.
| * vim: Properly categorize pkgconfig dependencyJohn Ericson2017-09-20
| |
* | libwebsockets: revert making libuv a propagated build inputJörg Thalheim2017-09-20
| | | | | | | | | | | | it is possible to use libwebsockets without libuv cc @volth
* | Merge pull request #29562 from LumiGuide/journalbeat-5.6.0Jörg Thalheim2017-09-20
|\ \ | | | | | | journalbeat: 5.5.0 -> 5.6.0
| * | journalbeat: 5.5.0 -> 5.6.0Bas van Dijk2017-09-19
| | |
* | | Merge pull request #29582 from eqyiel/flow-0.55.0Jörg Thalheim2017-09-20
|\ \ \ | | | | | | | | flow: 0.54.0 -> 0.55.0
| * | | flow: 0.54.0 -> 0.55.0Ruben Maher2017-09-20
| | | |
* | | | syncthing: 0.14.37 -> 0.14.38Peter Hoeg2017-09-20
|/ / /
* | | circumvent hdaps name clashFrank Doepper2017-09-19
| | |
* | | tp_smapi with hdapsFrank Doepper2017-09-19
| | |
* | | Merge pull request #29573 from disassembler/lenmusJörg Thalheim2017-09-19
|\ \ \ | | | | | | | | lenmus: removing custom cmakeFlags
| * | | lenmus: removing custom cmakeFlagsSamuel Leathers2017-09-19
| | | |
* | | | Merge pull request #29525 from aneeshusa/radicale_infcloud-initJörg Thalheim2017-09-19
|\ \ \ \ | | | | | | | | | | radicale_infcloud: init
| * | | | radicale_infcloud: initAneesh Agrawal2017-09-19
| | | | |
* | | | | alacritty: respect pre- and post-hooks of overridden phasesThomas Tuegel2017-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Failing to `runHook` when overriding phases can have unpredictable results. fixes #29572
* | | | | alacritty: install desktop iconThomas Tuegel2017-09-19
| |_|_|/ |/| | |
* | | | cc-wrapper, cc-wrapper-old: Simplify shell logicJohn Ericson2017-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. `crossDrv` is now the default so we don't need to worry about that in build != host builds. 2. shell is the build time shell, so `wrapCCCross` doesn't need to worry, as build == host. 3. `shell.shellPath` will always be appended where useful. 4. Complicated `shell == ""` logic served no purpose.
* | | | libwebsockets: fix evalJörg Thalheim2017-09-19
| | | |
* | | | mosquitto: 1.4 -> 1.4.14Volth2017-09-19
| | | | | | | | | | | | | | | | fixes #29567
* | | | libwebsockets: 1.4 -> 2.3.0volth2017-09-19
| | | |
* | | | Merge pull request #29570 from disassembler/libxmlxxJörg Thalheim2017-09-19
|\ \ \ \ | | | | | | | | | | libxmlxx: move glibmm to propagatedBuildInputs
| * | | | libxmlxx: move glibmm to propagatedBuildInputsSamuel Leathers2017-09-19
| | |/ / | |/| |
* | | | Merge pull request #29571 from obsidiansystems/better-spliceJohn Ericson2017-09-19
|\ \ \ \ | |/ / / |/| | | stdenv: Also splice unlisted default "out" output
| * | | stdenv: Also splice unlisted default "out" outputJohn Ericson2017-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, some cross builds will use the wrong type of dep. This won't affect native builds, and perhaps no extant cross buids either.
* | | | slack: 2.7.1 -> 2.8.0 (#29339)Benjamin Staffin2017-09-19
| | | |
* | | | haskell.lib: strip trailing whitespacePeter Simons2017-09-19
| | | |
* | | | haskell.lib: add doBenchmark helper functionPeter Simons2017-09-19
| | | |