volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Frederik Rietdijk
1a6af9f88e
Merge pull request #43857 from volth/unused
...
[bot] treewide: remove unreferenced code
2018-07-20 21:06:32 +02:00
volth
87f5930c3f
[bot]: remove unreferenced code
2018-07-20 18:48:37 +00:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Jörg Thalheim
1a44de831a
Merge pull request #37597 from lejonet/ceph-#36622
...
ceph: Add makeWrapper to dependencies and nativeBuildInputs
2018-03-27 10:55:12 +01:00
Ryan Mulligan
b189247ba0
treewide: use more HTTPS URLs
...
Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.
Also fixes jbake source URL, which was broken.
2018-03-24 22:04:25 -07:00
Daniel Kuehn
d74bcbc8ad
ceph: Change hardcoded site-packages path to utilizing the python2Packages.python.sitePackages attribute instead
2018-03-22 21:08:28 +01:00
Daniel Kuehn
a9a7580c3f
ceph: Add makeWrapper to dependencies and nativeBuildInputs
...
The ceph-mgr daemon needs to know the location of cephs own-made python modules for some of the modules
that you can enable for it.
With wrapProgram, a wrapper is added that sets the proper pythonpath environment variable for the ceph-mgr
daemon so its modules can find the ceph python modules
2018-03-21 21:53:02 +01:00
John Ericson
79d8353b5e
treewide: Make shouldUsePackages
copypasta use meta.available
...
The old way depended on old list-of-strings `meta.platforms`, and was
not good for cross.
2018-03-12 18:55:41 -04:00
Daniel Kuehn
987cad84ce
ceph: Modify ceph package so that it compiles and runs fine on nixos
...
With adding a patch that makes 2 absolute paths into 2 relative paths, ensuring the third-party libraries are available
in the python environment used and wrapping the python tools with wrapPrograms does so that the fixed ceph pkg can
compile and run as intended on NixOS.
2018-02-24 18:56:25 +01:00
Adrien Devresse
6beb4da2f6
ceph: 9.2.0 -> 12.2.2
...
- Update Ceph to last version
- Solve vulernatibility problem in the old version
- Patch rocksdb ceph rocksdb API
- Simplify a lot ceph build by switching to CMake
This Pull request require #34662 and #34661 to be effective
2018-02-06 17:41:23 +01:00
John Ericson
da19c34d0f
stdenv setup: Always use both propagated files
...
This continues #23374 , which always kept around both attributes, by
always including both propagated files: `propgated-native-build-inputs`
and `propagated-build-inputs`. `nativePkgs` and `crossPkgs` are still
defined as before, however, so this change should only barely
observable.
This is an incremental step to fully keeping the dependencies separate
in all cases.
2017-11-21 10:44:44 -05:00
Tim Steinbach
6e00673e7f
accelio: Remove
2017-07-23 10:47:13 -04:00
John Ericson
85aa5005af
Introduce mapNullable
into lib and use it in a few places
...
Also simply some configure flag logic my grep also alerted me too.
2017-04-17 17:04:04 -04:00
Graham Christensen
eb01090301
ceph: mark as broken
2016-12-29 17:45:40 -05:00
Frederik Rietdijk
509ef439ac
ceph: use python2
...
print statement
2016-10-18 23:16:04 +02:00
Frederik Rietdijk
104c50dd1a
Python: remove modules and pythonFull
2016-10-10 10:33:24 +02:00
Tuomas Tynkkynen
810135363e
ceph: Fix 'lib.optional' use
...
Produces a list of list as buildInputs.
2016-08-30 23:00:13 +03:00
Tuomas Tynkkynen
b465dc202f
boost: Kill unnecessary 'lib' output
...
This was split in somewhere pre-2014 without the current infra which
automates parts of this, in particular the output propagation.
2016-04-28 00:41:28 +03:00
Robin Gloster
e2372a4183
ceph: fix for zip timestamps
2016-03-04 14:15:59 +00:00
Pascal Wittmann
7fd2796e99
Replace 'with plaforms; platform' with 'platforms.platform'
2015-11-17 21:30:43 +01:00
William A. Kennington III
b7c3a9647a
ceph-dev: 9.0.3 -> 9.1.0
2015-10-16 16:44:46 -07:00
William A. Kennington III
26c3d3f060
ceph: Fix .la files
2015-09-18 14:52:52 -07:00
William A. Kennington III
bada26d5ab
ceph-dev: 9.0.2 -> 9.0.3
2015-09-01 00:26:20 -07:00
William A. Kennington III
2f620f5767
ceph-git: 2015-08-05 -> 2015-08-07
2015-08-07 14:18:39 -07:00
William A. Kennington III
34fbb41500
ceph: Support newer git version
2015-08-05 21:51:52 -07:00
William A. Kennington III
58d1a1b073
ceph: Make python fixes more reliable
2015-08-01 18:45:23 -07:00
William A. Kennington III
1b20c87d1f
ceph-git: 2015-07-29 -> 2015-07-31
2015-08-01 18:05:51 -07:00
William A. Kennington III
fdc076c986
ceph: Enable accelio only on 10+
2015-07-29 18:15:08 -07:00
William A. Kennington III
6d30af58a0
ceph: Fix detection of git versioning
2015-07-23 15:14:50 -07:00
William A. Kennington III
6eab1065f1
ceph: Fix wrapper path
2015-07-19 19:44:48 -07:00
William A. Kennington III
c1c757cea4
ceph: 9.0.1 -> 9.0.2
2015-07-15 17:46:31 -07:00
William A. Kennington III
6b0f0c6f41
ceph: Changes rollup from triton
2015-06-24 18:25:53 -07:00
Eelco Dolstra
5d8fe045b6
Revert "Refactor mkFlag out of old packages"
...
This reverts commit 3117e0c897
.
Conflicts:
pkgs/development/libraries/wayland/default.nix
pkgs/servers/samba/4.x.nix
2015-06-04 14:54:50 +02:00
Eelco Dolstra
17b6a597fb
Revert "ceph: Now evaluate on darwin"
...
This reverts commit 54963fb5b7
.
2015-06-04 14:54:50 +02:00
Eelco Dolstra
660e85a0d9
Revert "ceph: Add development version"
...
This reverts commit 81f705e98c
.
2015-06-04 14:54:50 +02:00
Eelco Dolstra
24390ab377
Revert "ceph: Update git"
...
This reverts commit 2154348ba0
.
2015-06-04 14:54:50 +02:00
William A. Kennington III
2154348ba0
ceph: Update git
2015-05-29 20:50:12 -07:00
William A. Kennington III
81f705e98c
ceph: Add development version
2015-05-29 20:50:12 -07:00
William A. Kennington III
54963fb5b7
ceph: Now evaluate on darwin
2015-05-22 14:20:29 -07:00
William A. Kennington III
3117e0c897
Refactor mkFlag out of old packages
2015-05-22 13:54:52 -07:00
William A. Kennington III
35da884667
ceph: Support newer versions
2015-05-19 22:56:47 -07:00
Thomas Tuegel
5c0512aca0
ceph: add zlib to buildInputs
2015-05-02 10:58:10 -05:00
Vladimír Čunát
ccc1ccf983
ceph: fix eval because of typo
2015-04-23 21:45:13 +02:00
William A. Kennington III
fe69e24330
ceph: More refactoring
2015-04-22 14:32:41 -07:00
William A. Kennington III
9f55b2de6a
ceph: More refactoring
2015-04-22 12:35:21 -07:00
William A. Kennington III
96101d07db
ceph: Xio is only supported in 0.94 and newer
2015-04-22 01:24:50 -07:00
William A. Kennington III
5a573862a2
ceph: Major refactoring
2015-04-22 01:17:55 -07:00
William A. Kennington III
dea5f168f7
ceph: Add 0.80 LTS
2015-04-21 20:57:58 -07:00
William A. Kennington III
6ac4bbd007
ceph: Refactor into a generic expression
2015-04-21 20:57:57 -07:00