Skip to content

Commit

Permalink
terminology: 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored and vbgl committed Sep 8, 2017
1 parent ebd5c93 commit dce314e
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions pkgs/desktops/enlightenment/terminology.nix
Expand Up @@ -2,16 +2,23 @@

stdenv.mkDerivation rec {
name = "terminology-${version}";
version = "1.1.0";
version = "1.1.1";

src = fetchurl {
url = "http://download.enlightenment.org/rel/apps/terminology/${name}.tar.xz";
sha256 = "13rl1k22yf8qrpzdm5nh6ij641fibadr2ww1r7rnz7mbhzj3d4gb";
sha256 = "05ncxvzb9rzkyjvd95hzn8lswqdwr8cix6rd54nqn9559jibh4ns";
};

nativeBuildInputs = [ (pkgconfig.override { vanilla = true; }) makeWrapper ];
nativeBuildInputs = [
(pkgconfig.override { vanilla = true; })
makeWrapper
];

buildInputs = [ efl pcre curl ];
buildInputs = [
efl
pcre
curl
];

postInstall = ''
for f in $out/bin/*; do
Expand Down

0 comments on commit dce314e

Please sign in to comment.