Skip to content

Commit

Permalink
signumone-ks: removing libav_0_8 (#111693)
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfangAukang authored Feb 3, 2021
1 parent 4760649 commit e7288c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/signumone-ks/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, dpkg, autoPatchelfHook, makeWrapper,
atk, ffmpeg, gdk-pixbuf, glibc, gtk3, libav_0_8, libXtst }:
atk, ffmpeg, gdk-pixbuf, gtk3, libXtst }:

stdenv.mkDerivation rec {
pname = "signumone-ks";
Expand All @@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
];

buildInputs = [
atk glibc gdk-pixbuf stdenv.cc.cc ffmpeg
libav_0_8 gtk3 libXtst
atk gdk-pixbuf ffmpeg
gtk3 libXtst
];

libPath = lib.makeLibraryPath buildInputs;
Expand Down

0 comments on commit e7288c3

Please sign in to comment.