wraith: move to by-name

jopejoe1 ef7f010d d64d3245

+6 -10
pkgs/applications/networking/irc/wraith/configure.patch pkgs/by-name/wr/wraith/configure.patch
+6 -6
pkgs/applications/networking/irc/wraith/default.nix pkgs/by-name/wr/wraith/package.nix
··· 2 lib, 3 stdenv, 4 fetchurl, 5 - openssl, 6 }: 7 8 stdenv.mkDerivation rec { ··· 13 sha256 = "1h8159g6wh1hi69cnhqkgwwwa95fa6z1zrzjl219mynbf6vjjzkw"; 14 }; 15 hardeningDisable = [ "format" ]; 16 - buildInputs = [ openssl ]; 17 patches = [ 18 ./configure.patch 19 ./dlopen.patch 20 ]; 21 postPatch = '' 22 - substituteInPlace configure --subst-var-by openssl.dev ${openssl.dev} \ 23 - --subst-var-by openssl-lib ${lib.getLib openssl} 24 - substituteInPlace src/libssl.cc --subst-var-by openssl ${lib.getLib openssl} 25 - substituteInPlace src/libcrypto.cc --subst-var-by openssl ${lib.getLib openssl} 26 ''; 27 installPhase = '' 28 mkdir -p $out/bin
··· 2 lib, 3 stdenv, 4 fetchurl, 5 + openssl_1_1, 6 }: 7 8 stdenv.mkDerivation rec { ··· 13 sha256 = "1h8159g6wh1hi69cnhqkgwwwa95fa6z1zrzjl219mynbf6vjjzkw"; 14 }; 15 hardeningDisable = [ "format" ]; 16 + buildInputs = [ openssl_1_1 ]; 17 patches = [ 18 ./configure.patch 19 ./dlopen.patch 20 ]; 21 postPatch = '' 22 + substituteInPlace configure --subst-var-by openssl.dev ${openssl_1_1.dev} \ 23 + --subst-var-by openssl-lib ${lib.getLib openssl_1_1} 24 + substituteInPlace src/libssl.cc --subst-var-by openssl ${lib.getLib openssl_1_1} 25 + substituteInPlace src/libcrypto.cc --subst-var-by openssl ${lib.getLib openssl_1_1} 26 ''; 27 installPhase = '' 28 mkdir -p $out/bin
pkgs/applications/networking/irc/wraith/dlopen.patch pkgs/by-name/wr/wraith/dlopen.patch
-4
pkgs/top-level/all-packages.nix
··· 15847 } 15848 ); 15849 15850 - wraith = callPackage ../applications/networking/irc/wraith { 15851 - openssl = openssl_1_1; 15852 - }; 15853 - 15854 xsw = callPackage ../applications/misc/xsw { 15855 # Enable the next line to use this in terminal. 15856 # Note that it requires sixel capable terminals such as mlterm
··· 15847 } 15848 ); 15849 15850 xsw = callPackage ../applications/misc/xsw { 15851 # Enable the next line to use this in terminal. 15852 # Note that it requires sixel capable terminals such as mlterm