nixpkgs/pkgs/os-specific/linux/procps-ng
Sergei Trofimovich 4cac65085c procps: fix watchOnly = true; build
Without the change the build fails as:

    $ nix build --impure --expr 'with import ./. {}; procps.override { withSystemd = false; watchOnly = true; }' -L
    ...
    procps> build flags: -j16 SHELL=.../bash usrbin_execdir=\$\(out\)/bin watch PKG_LDFLAGS=
    procps> make: *** No rule to make target 'watch'.  Stop.

While at it dropped unused `PKG_LDFLAGS=` flag.
2024-10-17 10:54:02 +01:00
..
default.nix procps: fix watchOnly = true; build 2024-10-17 10:54:02 +01:00