mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
e12b421add
merge cleanly right away (kde-4, kernel stuff) so it should be merged later. But the stdenv stuff is all there. svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
9 lines
340 B
Nix
9 lines
340 B
Nix
args: with args;
|
|
|
|
stdenv.mkDerivation {
|
|
name = "qca-2.0.0dev";
|
|
src = svnSrc "qca" "0dycmk8fn57mz2pfxck6d0g833fqg9zrw17789vxb4ks0xz0p3zp";
|
|
buildInputs = [ cmake qt openssl gettext cyrus_sasl libgcrypt gnupg ];
|
|
patchPhase = "sed -e '/set(qca_PLUGINSDIR/s@\${QT_PLUGINS_DIR}@\${CMAKE_INSTALL_PREFIX}/plugins@' -i ../CMakeLists.txt";
|
|
}
|