1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 15:58:36 +00:00

Revert "cups: fix path to socket and run directory"

This reverts commit 34a37c5e94.
This commit is contained in:
Nikolay Amiantov 2018-02-23 18:47:35 +03:00
parent cf4c077343
commit dccf85a354

View file

@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--localstatedir=/var"
"--sysconfdir=/etc"
"--with-rundir=/run"
"--enable-raw-printing"
"--enable-threads"
] ++ optionals stdenv.isLinux [