summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2018-10-06 23:34:24 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2018-10-06 23:36:19 -0300
commitc2c534e8ce894a335467f18b25f2aa23eff71c51 (patch)
treef46f56133cde3d51f2f87ded2350fe94c2dd3bbc /pkgs/applications/window-managers
parent839b76ae216e9f5dd6ab26926b9fa4a68fe98cb3 (diff)
downloadnixpkgs-c2c534e8ce894a335467f18b25f2aa23eff71c51.tar
nixpkgs-c2c534e8ce894a335467f18b25f2aa23eff71c51.tar.gz
nixpkgs-c2c534e8ce894a335467f18b25f2aa23eff71c51.tar.bz2
nixpkgs-c2c534e8ce894a335467f18b25f2aa23eff71c51.tar.lz
nixpkgs-c2c534e8ce894a335467f18b25f2aa23eff71c51.tar.xz
nixpkgs-c2c534e8ce894a335467f18b25f2aa23eff71c51.tar.zst
nixpkgs-c2c534e8ce894a335467f18b25f2aa23eff71c51.zip
Oroborus: small fixes
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/oroborus/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/oroborus/default.nix b/pkgs/applications/window-managers/oroborus/default.nix
index 13eef1c045a..2681d31ccb1 100644
--- a/pkgs/applications/window-managers/oroborus/default.nix
+++ b/pkgs/applications/window-managers/oroborus/default.nix
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
   version = "2.0.20";
 
   nativeBuildInputs = [ pkgconfig ];
-  buildInputs = [ freetype fribidi libSM libICE libXt libXaw libXmu libXext libXft libXpm libXrandr libXrender xextproto libXinerama ];
+  buildInputs = [ freetype fribidi libSM libICE libXt libXaw libXmu libXext
+                  libXft libXpm libXrandr libXrender xextproto libXinerama ];
 
   src = fetchurl {
     url = "http://ftp.debian.org/debian/pool/main/o/oroborus/oroborus_${version}.tar.gz";