summary refs log tree commit diff
path: root/pkgs/tools/package-management
Commit message (Collapse)AuthorAge
* Fix nixops URLRob Vermaas2016-01-19
|
* dpkg: 1.18.2 -> 1.18.4Tobias Geerinckx-Rice2016-01-19
|
* nix: 1.11pre4345_b8258a4 -> 1.11pre4379_786046cEelco Dolstra2016-01-14
|
* nixUnstable: 1.11pre4334_7431932 -> 1.11pre4345_b8258a4Eelco Dolstra2015-12-29
|
* Merge pull request #11992 from dezgeg/pr-update-diffoscopeDomen Kožar2015-12-28
|\ | | | | diffoscope: 29 -> 44
| * rpm: Hack fix finding libpython when compiling for Python 3Tuomas Tynkkynen2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, building RPM with `python = python3` causes this: checking for a Python interpreter with version >= 2.6... python3 checking for python3... /nix/store/dykqxnrwiz9drlcv2wy8lpvl3xvklx0g-python3-3.4.3/bin/python3 checking for python3 version... 3.4 checking for Python.h... yes checking for library containing Py_Main... no configure: error: missing python library That comes from this snippet in configure.ac: AC_SEARCH_LIBS([Py_Main],[python${PYTHON_VERSION} python],[ WITH_PYTHON_LIB="$ac_res" ],[AC_MSG_ERROR([missing python library]) ]) So it's looking for (e.g) `libpython3.4.so` wheras we have `libpython3.4m.so`. Patching the configure script to match seems to make that work (although I don't really understand what the heck is this 'm' business about).
* | add back nixopsUnstableDomen Kožar2015-12-18
| |
* | nixUnstable: 1.11pre4273_71039be -> 1.11pre4334_7431932Eelco Dolstra2015-12-10
| |
* | opkg: 0.3.0 -> 0.3.1Pascal Wittmann2015-12-08
|/
* nix-prefetch-scripts: Split into multiple derivationsTuomas Tynkkynen2015-12-04
| | | | | | | This makes it possible to e.g. only install nix-prefetch-git and not the others. Closes #7399.
* Convert some *Flags from strings to listsTobias Geerinckx-Rice2015-11-26
|
* packagekit: fix typo urmpi -> urpmiTobias Geerinckx-Rice2015-11-24
|
* packagekit: convert configureFlags string -> listTobias Geerinckx-Rice2015-11-24
|
* nixui: upgrade to 0.2.1Matej Cotman2015-11-17
|
* nix-prefetch-git: add missing coreutils dependencyzimbatm2015-11-16
| | | | At runtime, `readlink` is a dependency
* nixUnstable: Update to 1.11pre4273_71039beEelco Dolstra2015-10-31
|
* Add option environment.enableDebugInfoEelco Dolstra2015-10-30
| | | | | This makes the debug outputs of packages that have them available to programs like gdb.
* dysnomia: bump to version 0.4.1Sander van der Burg2015-10-24
|
* nixUnstable: Update to 1.11pre4244_133a421Eelco Dolstra2015-10-09
|
* nixUnstable: Update to 1.11pre4243_2075ec8Eelco Dolstra2015-10-08
|
* Merge pull request #10161 from dezgeg/pr-update-rpmArseniy Seroka2015-10-01
|\ | | | | rpm: 4.11.2 -> 4.12.0
| * rpm: 4.11.2 -> 4.12.0Tuomas Tynkkynen2015-10-01
| |
* | Remove nixops unstable expression, until we reintroduce it again. Currently ↵Rob Vermaas2015-09-30
| | | | | | | | it is not referenced, as nixopsUnstable = nixops.
* | nixops: 1.2 -> 1.3Rob Vermaas2015-09-29
|/ | | | (cherry picked from commit a91d4f8a243933181c119ceff434e59eae09be10)
* Revert "nixops: 1.2 -> 1.3."Rob Vermaas2015-09-28
| | | | This reverts commit 43dee76b4b3fea9fee4d304daf57abc3b6c7aa85.
* nixops: 1.2 -> 1.3.Rob Vermaas2015-09-28
| | | | (cherry picked from commit fcaf96b8d40e0c9559523674da03ab47edcfc8fb)
* separateDebugInfo: Assert LinuxEelco Dolstra2015-09-22
| | | | Also remove some unintended setting of separateDebugInfo.
* nixopsUnstable: bumpDomen Kožar2015-09-19
| | | | | (cherry picked from commit 9a401ca40430028310b4bcfa18f5c5b268b54014) Signed-off-by: Domen Kožar <domen@dev.si>
* Enable separate debug infoEelco Dolstra2015-09-17
| | | | | | | | | | | You can now pass separateDebugInfo = true; to mkDerivation. This causes debug info to be separated from ELF binaries and stored in the "debug" output. The advantage is that it enables installing lean binaries, while still having the ability to make sense of core dumps, etc.
* Merge pull request #9309 from acowley/nix-darwinEric Seidel2015-09-14
|\ | | | | nix: use libsodium on darwin
| * Nix darwin use libsodiumAnthony Cowley2015-08-17
| |
* | nix-repl: UpdateEelco Dolstra2015-09-08
| | | | | | | | Fixes #9710.
* | Nix: Update to 1.10Eelco Dolstra2015-09-04
| |
* | nox: use propagatedBuildInputs instead of pythonPath, fixes #9633Frederik Rietdijk2015-09-03
| | | | | | | | | | This way, when accessing Nox via Python, the dependencies will be available.
* | packagekit: 1.0.7 -> 1.0.8Tobias Geerinckx-Rice2015-08-31
| |
* | dpkg: 1.18.1 -> 1.18.2Tobias Geerinckx-Rice2015-08-31
| |
* | nixUnstable: UpdateEelco Dolstra2015-08-24
| |
* | packagekit: use http:// instead of https://Tobias Geerinckx-Rice2015-08-23
| | | | | | | | Proxy weirdness?
* | packagekit: python3 attr. -> unversioned pythonTobias Geerinckx-Rice2015-08-20
| |
* | packagekit: init at 1.0.7Tobias Geerinckx-Rice2015-08-20
|/ | | | | Don't worry, this does absolutely nothing on Nix and only serves to satisfy simple-scan's zany new dep.
* nixops: update unstable version to latest git HEADPeter Simons2015-08-05
|
* Remove /etc/nixos/nixpkgs from $NIX_PATHEelco Dolstra2015-08-05
| | | | | NixOS hasn't used /etc/nixos/nixpkgs for a long time, so it's time to get rid of it.
* Add mongodb-tools package as dependency to make snapshots and restores workSander van der Burg2015-07-31
|
* nix-repl: BumpEelco Dolstra2015-07-30
|
* nixUnstable: Update to 1.10pre4200_76cc8e9Eelco Dolstra2015-07-30
| | | | Also unify the nixStable and nixUnstable expressions.
* More docs in separate outputsEelco Dolstra2015-07-26
|
* nixops: fix Emacs syntax highlightingPeter Simons2015-07-23
|
* nixopsUnstable: disable broken documentation buildPeter Simons2015-07-23
|
* nox: updated to 0.0.2Georges Dubus2015-07-20
|
* disnix: bump to version 0.4Sander van der Burg2015-07-08
|