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:
parent
cf4c077343
commit
dccf85a354
|
@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = [
|
||||
"--localstatedir=/var"
|
||||
"--sysconfdir=/etc"
|
||||
"--with-rundir=/run"
|
||||
"--enable-raw-printing"
|
||||
"--enable-threads"
|
||||
] ++ optionals stdenv.isLinux [
|
||||
|
|
Loading…
Reference in a new issue