1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

lbzip2: style fix

This commit is contained in:
Nikolay Amiantov 2015-03-29 05:05:06 +03:00
parent fefede9807
commit 9ed21f3a49

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl}:
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "lbzip2-2.5";