Commit Graph

7 Commits

Author SHA1 Message Date
Sergei Trofimovich
80da54afc1 cowpatty: backport parallel build fix
Without the change parallel build fails as:

    cowpatty> clang -pipe -Wall -DOPENSSL  -O2 -g3 -ggdb genpmk.c -o genpmk utils.o sha1.o -lpcap -lcrypto
    cowpatty> clang-11clang-11: : errorerror: no such file or directory: 'utils.o'
    cowpatty> : no such file or directory: 'utils.o'
2023-10-14 22:29:24 +01:00
Fabian Affolter
f452146df8 cowpatty: 4.6 -> 4.8 2021-08-31 22:58:52 +02:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Ryan Mulligan
508ae42a0f treewide: fix redirect URLs 2019-07-10 12:52:51 -07:00
Nicolò Balzarotti
54b42cb454 coWPAtty: init at 4.6 2016-11-25 11:25:07 +01:00