Skip to content

Commit

Permalink
pounce: 1.1 -> 1.3p1
Browse files Browse the repository at this point in the history
  • Loading branch information
glittershark committed Jul 9, 2020
1 parent e0499e4 commit 81956d3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/servers/pounce/default.nix
@@ -1,23 +1,22 @@
{ stdenv, libressl, fetchzip, fetchpatch }:
{ stdenv, libressl, fetchzip, fetchpatch, pkg-config }:

stdenv.mkDerivation rec {
pname = "pounce";
version = "1.1";
version = "1.3p1";

src = fetchzip {
url = "https://git.causal.agency/pounce/snapshot/pounce-${version}.tar.gz";
sha256 = "07iyh6ikrlf7y57k462jcr00db6aijk9b2s7n7l7i49hk7kmm6wq";
sha256 = "1ab4pz7gyvlms00hcarcmsljkn0whwqxfck8b343l4riai2rj9xv";
};

buildInputs = [ libressl ];

configurePhase = "ln -s Linux.mk config.mk";
nativeBuildInputs = [ pkg-config ];

buildFlags = [ "all" ];

makeFlags = [
"PREFIX=$(out)"
"LIBRESSL_BIN_PREFIX=${libressl}/bin"
];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 81956d3

Please sign in to comment.